projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d353f8f
)
(Fencode_time) [_NEXT_SOURCE]: Use ZONE, not ABSZONE.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 2 Sep 1996 17:28:10 +0000
(17:28 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 2 Sep 1996 17:28:10 +0000
(17:28 +0000)
src/editfns.c
patch
|
blob
|
history
diff --git
a/src/editfns.c
b/src/editfns.c
index 6870ae11b4aa8a0fbaa1df24d50b86be44bced3e..9aff3ed99dad46a4623cfd1888dbc203520e3f41 100644
(file)
--- a/
src/editfns.c
+++ b/
src/editfns.c
@@
-769,7
+769,7
@@
If you want them to stand for years in this century, you must do that yourself."
tzstring = tzbuf;
#ifdef _NEXT_SOURCE
/* On NEXTSTEP, timezone environment var is ignored. */
- tm.tm_gmtoff =
-abszone
;
+ tm.tm_gmtoff =
XINT (zone)
;
#endif
}
else